home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj009.zip / BPTREE.ZIP / MAKEFILE.DOS < prev    next >
Text File  |  1992-09-04  |  138b  |  6 lines

  1. bptrees.lib: bptree.obj  
  2.    lib bptree.lib -+bptree.obj,,
  3.      
  4. bptree.obj: bptree.c bptree.h
  5.    cl -c -ASw -Gsw -G2 -W3 bptree.c 
  6.